projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
763df4b
)
* test/lisp/mail/rfc2045-tests.el: Make it work.
author
Glenn Morris
<rgm@gnu.org>
Sun, 26 Apr 2020 23:47:04 +0000
(16:47 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 26 Apr 2020 23:47:04 +0000
(16:47 -0700)
test/lisp/mail/rfc2045-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/mail/rfc2045-tests.el
b/test/lisp/mail/rfc2045-tests.el
index 844b16a1d936ff2d42f170ea93ada33fb49398f4..edd7a88c69ebca7c04934017b502db49aa71edb4 100644
(file)
--- a/
test/lisp/mail/rfc2045-tests.el
+++ b/
test/lisp/mail/rfc2045-tests.el
@@
-24,6
+24,7
@@
;;; Code:
(require 'ert)
+(require 'rfc2045)
(ert-deftest rfc2045-test-encode-string ()
(should (equal (rfc2045-encode-string "foo" "bar") "foo=bar"))